WARNING: This program has a bug! Homework was completed, and we can cross it off the to do list!
RULE: The .remove() tool removes a value from our list. We use dot notation to identify which list we want to change and the argument inside the parentheses tells us which value to remove.
- Click Run and read the error message.
- Debug this program so that "finish homework" is removed from the to_do list.
To navigate the page using the TAB key, first press ESC to exit the code editor.